Deploy the Cobra Web Service ClientAPI

The Cobra Web Service ClientAPI files reside in the Cobra Web Service ClientAPI subfolder of Cobra folder. You must configure these files before you deploy them to the application developers.

To configure the Cobra Web Service ClientAPI file:

  1. Locate the Cobra.WebService.ClientAPI.dll.config file and open it using a text editor (such as Notepad).
  2. Find <endpoint address="http://localhost:8116/CobraWebService/service" and replace localhost with the name of the machine that hosts the Cobra Web Service.

    For example:

    <endpoint address="http://COBWSHOST:8116/CobraWebService/service"

  3. Save and close the configuration file.

    Once the configuration file has been modified to point to the machine running the Cobra Web Service host, you can now distribute the files in the <Cobra Installation Directory>\Web Service ClientAPI folder to the application developers.

    To further understand how to use the Cobra Web Service ClientAPI files, see Using the Cobra Web Service ClientAPI in Your Application and Cobra Web Service ClientAPI Example.